home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global photocast, moviecast, moviebtncast
- if the visible of sprite moviecast = 1 then
- set the movieRate of sprite moviecast to 0
- set the visible of sprite moviecast to 0
- set the visible of sprite moviebtncast to 0
- set the castNum of sprite moviecast to member "rep_mov_core"
- end if
- case the frame of
- "3":
- set targetcast to "03_C_10.PCT"
- "6":
- set targetcast to "07_C_08.PCT"
- "7":
- set targetcast to "09_C_14.PCT"
- "10":
- set targetcast to "13_C_03.PCT"
- end case
- set the castNum of sprite photocast to member targetcast
- set the visible of sprite photocast to 1
- puppetSound(1, "CLICK.aif")
- end
-